Hi, I would like to expose our data from Teradata through Rest API. My downstream system just needed to pass the URL with query and they should be able to get the data either in XML or JSON.
Is this possible? if Yes, which tutorial I need to go through
Tx, Satya
You must be logged in to post. Please login or register an account.
The main crux may be something like: https://pythonprogramming.net/flask-send-file-tutorial/
You can also return an actual json element dynamically, for this you would use flask.jsonify().
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.